'Declaration Public Overloads Function Union( _ ByVal second As ObservableCollection(Of T) _ ) As View(Of T)
public View<T> Union( ObservableCollection<T> second )
Parameters
- second
- A collection whose distinct elements form the second set for the union.
Return Value
The view that contains the elements from both this view and the collection, excluding duplicates.